date_date_of(date);
返回: Real(实数)
返回给出日期时间值的日期部分(年月日)。
today = date_date_of(date_current_datetime());
上述代码将会只返回当前时间的日期部分并将它存储在变量"today"中。